treewide: Replace <name>_cnt by n_<name>s and <name>_cap by allocated_<name>.
[pspp] / src / data / psql-reader.c
2021-12-09 Ben Pfafftreewide: Replace <name>_cnt by n_<name>s and <name...
2021-10-02 John DarringtonReplace numerous instances of xzalloc with XZALLOC
2021-03-08 Ben Pfaffformat: Reduce size of struct fmt_spec from 6 bytes...
2021-01-07 Ben PfaffMake data input and output take a fmt_settings structure.
2020-06-07 John DarringtonWhitespace changes only.
2019-07-22 Ben Pfaffvalue: Get rid of value_str(), value_str_rw(), value_num().
2018-10-01 John DarringtonReference count struct dictionary.
2017-04-22 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
2017-03-28 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-23 John DarringtonPSQL READER: Use the REPEATABLE READ isolation level.
2012-12-30 Ben PfaffMerge 'master' into 'psppsheet'. 20121231032129/pspp 20130101032123/pspp 20130102032118/pspp 20130103032118/pspp 20130104032103/pspp 20130105032146/pspp 20130106032112/pspp
2012-12-28 Ben PfaffUse "C" locale comparisons for language constructs.
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-05-04 Ben Pfaffpsql-reader: Fix build when PostgreSQL is installed. 20110504030502/pspp
2011-04-26 Ben Pfaffdictionary: Make dict_create() take the new dictionary...
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2011-02-05 Ben Pfaffdict: Make dict_make_unique_var_name() return an alloca...
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-09-24 Ben Pfaffcalendar: Use sensible error reporting in calendar_greg...
2010-09-19 John DarringtonConst casts.
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-09-24 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-06-07 Ben PfaffGet rid of uses of MAX_SHORT_STRING in Gnumeric and...
2009-06-07 Ben PfaffChange "union value" to dynamically allocate long strings.
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-08 John DarringtonMerge commit 'origin/master' into charset
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-04-02 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2009-04-01 John DarringtonMerge commit 'origin/master' into charset
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-29 John DarringtonMerge branch 'refs/heads/charset' of ssh://jmd@git...
2009-03-29 John DarringtonSet the dictionary's encoding when reading postgresql...
2009-03-08 John DarringtonFixed a bug reading empty strings from Postgres databases.
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-02-20 John DarringtonMerge branch 'master' of /home/john/Development/pspp...
2009-02-20 John DarringtonMerge commit 'HEAD'; commit 'savannah/master'
2009-01-17 John DarringtonMerge commit 'origin/stable'
2009-01-07 John DarringtonMerge commit 'savannah/master'
2009-01-07 Ben PfaffMake cases simpler, faster, and easier to understand.
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-10-14 John DarringtonMark variables as unused
2008-02-06 John DarringtonOptimise the psql reader, by fetching more than one...
2008-02-05 John DarringtonPostgres 8.3 represents money with 64 bits. Compensate...
2008-02-04 John DarringtonOops. Add missing files.