2004-01-26 |
Bruce Momjian | [all] Removed call to getppid in SendPostmasterSignal... |
commit | commitdiff | tree | snapshot |
2004-01-26 |
Bruce Momjian | Back out win32 patch so we can apply it separately. |
commit | commitdiff | tree | snapshot |
2004-01-26 |
Bruce Momjian | Attached is a patch that fixes some trivial typos and... |
commit | commitdiff | tree | snapshot |
2004-01-26 |
Bruce Momjian | Add Name: |
commit | commitdiff | tree | snapshot |
2004-01-26 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2004-01-26 |
Tom Lane | Ensure that close() and fclose() are checked for errors... |
commit | commitdiff | tree | snapshot |
2004-01-26 |
Neil Conway | The attached patch clarifies (or, rather, makes explici... |
commit | commitdiff | tree | snapshot |
2004-01-26 |
Tom Lane | Repair incorrect order of operations in GetNewTransacti... |
commit | commitdiff | tree | snapshot |
2004-01-26 |
Bruce Momjian | Added: |
commit | commitdiff | tree | snapshot |
2004-01-26 |
Neil Conway | Add usage examples for PREPARE and EXECUTE. Original... |
commit | commitdiff | tree | snapshot |
2004-01-26 |
Teodor Sigaev | Docs fix from Kris Jurka <books@ejurka.com> |
commit | commitdiff | tree | snapshot |
2004-01-26 |
Bruce Momjian | Clarify that the 'user' column still applies for 'trust'. |
commit | commitdiff | tree | snapshot |
2004-01-26 |
Bruce Momjian | Update datestamp. |
commit | commitdiff | tree | snapshot |
2004-01-25 |
Neil Conway | Fix an obsolete file path mentioned in a comment. |
commit | commitdiff | tree | snapshot |
2004-01-25 |
Bruce Momjian | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2004-01-25 |
Bruce Momjian | Add Joe to TODO: |
commit | commitdiff | tree | snapshot |
2004-01-25 |
Bruce Momjian | Fix typo I mistakenly added. |
commit | commitdiff | tree | snapshot |
2004-01-25 |
Neil Conway | More fallout from the recent psql patch: rename xmalloc... |
commit | commitdiff | tree | snapshot |
2004-01-25 |
Bruce Momjian | Update null storage description. |
commit | commitdiff | tree | snapshot |
2004-01-25 |
Bruce Momjian | Mention that log_statement only prints query on PREPARE... |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Tom Lane | Support named parameters in information_schema.parameters, |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Tom Lane | Fix problems with dropped columns in pltcl triggers... |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Tom Lane | Example of a function taking a composite type should... |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Neil Conway | Revert the change to print.c, as this breaks src/bin... |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Jan Wieck | Added GUC variable bgwriter_flush_method controlling... |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Neil Conway | This patch makes some of the memory manipulation perfor... |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Dennis Bjorklund | Translation updates |
commit | commitdiff | tree | snapshot |
2004-01-24 |
Tom Lane | Repair planner failure for cases involving Cartesian... |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Tom Lane | Revise GEQO planner to make use of some heuristic knowl... |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Bruce Momjian | Add MySQL mention of licensing difference. |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Bruce Momjian | Add: |
commit | commitdiff | tree | snapshot |
2004-01-23 |
Neil Conway | Fix a minor bug introduced by the recent CREATE TABLE... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Tom Lane | Remove ExpandDatabasePath(), which is unused and must... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Neil Conway | Minor improvements to the trigger documentation, and... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Tom Lane | Fix incorrect dumping of database LOCATION from 7.0... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Dennis Bjorklund | Translation updates |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Tom Lane | Fix oversight in optimization that avoids an unnecessar... |
commit | commitdiff | tree | snapshot |
2004-01-22 |
Tom Lane | Correct error introduced in recent hasoids changes... |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Tom Lane | Repair error apparently introduced in the initial codin... |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Tom Lane | Ensure fflush(stdout) happens in all cases, per gripe... |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Tom Lane | If we don't have shared libraries, we don't have conver... |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Tom Lane | Fix bit-rot in support for building with --disable... |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Michael Meskes | Added WHENEVER NOT_FOUND to SELECT/INSERT/UPDATE/DELETE. |
commit | commitdiff | tree | snapshot |
2004-01-21 |
Dennis Bjorklund | Translation updates |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Tom Lane | Implement '\copy from -' to support reading copy data... |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Tom Lane | Remove no-longer-relevant note about forcing the type... |
commit | commitdiff | tree | snapshot |
2004-01-20 |
Tom Lane | This is a patch to support readline prompts which conta... |
commit | commitdiff | tree | snapshot |
2004-01-19 |
Tom Lane | Remove JDBC from the build system and documentation... |
commit | commitdiff | tree | snapshot |
2004-01-19 |
Tom Lane | Improve discussion of consistent-snapshot backup techni... |
commit | commitdiff | tree | snapshot |
2004-01-19 |
PostgreSQL... | missed a few files |
commit | commitdiff | tree | snapshot |
2004-01-19 |
PostgreSQL... | JDBC is now on GBorg |
commit | commitdiff | tree | snapshot |
2004-01-19 |
Tom Lane | Repair problem identified by Olivier Prenant: ALTER... |
commit | commitdiff | tree | snapshot |
2004-01-19 |
Teodor Sigaev | Correct type for isalnum |
commit | commitdiff | tree | snapshot |
2004-01-19 |
Peter Eisentraut | Fix typo. |
commit | commitdiff | tree | snapshot |
2004-01-19 |
Tom Lane | Don't return an overoptimistic result from join_in_sele... |
commit | commitdiff | tree | snapshot |
2004-01-19 |
Tom Lane | Recognize that IN subqueries return already-unique... |
commit | commitdiff | tree | snapshot |
2004-01-19 |
Tom Lane | Add a hash table to cache lookups of 'C'-language funct... |
commit | commitdiff | tree | snapshot |
2004-01-18 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2004-01-18 |
Tom Lane | Don't use %s-with-precision format spec to truncate... |
commit | commitdiff | tree | snapshot |
2004-01-18 |
Tom Lane | When testing whether a sub-plan can do projection,... |
commit | commitdiff | tree | snapshot |
2004-01-17 |
Tom Lane | Repair misestimation of indexscan CPU costs. When... |
commit | commitdiff | tree | snapshot |
2004-01-16 |
Tom Lane | Tighten short-circuit tests for deciding whether we... |
commit | commitdiff | tree | snapshot |
2004-01-15 |
Peter Eisentraut | Some refinement of XSLT processing: The result now... |
commit | commitdiff | tree | snapshot |
2004-01-15 |
Jan Wieck | Adjusted calculation of shared memory requirements... |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Tom Lane | Fix permission-checking bug reported by Tim Burgess... |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Dennis Bjorklund | Translation updates |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Tom Lane | pg_settings should have UPDATE privilege allowed to... |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Tom Lane | The no-updates-to-system-catalogs-unless-usecatupd... |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Tom Lane | Revert ill-starred change of 13-Feb-02: it appeared... |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Peter Eisentraut | Translation update |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Peter Eisentraut | Make rule and stylesheet to try out XSLT for DocBook... |
commit | commitdiff | tree | snapshot |
2004-01-13 |
Bruce Momjian | Fix ecpg test program to properly access int* null... |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Tom Lane | Fix another place that wasn't maintaining AND/OR flatne... |
commit | commitdiff | tree | snapshot |
2004-01-12 |
Tom Lane | Preserve AND/OR flatness during eval_const_expressions... |
commit | commitdiff | tree | snapshot |
2004-01-11 |
Dennis Bjorklund | Translation updates |
commit | commitdiff | tree | snapshot |
2004-01-11 |
Dennis Bjorklund | Mark string for translation. |
commit | commitdiff | tree | snapshot |
2004-01-11 |
Peter Eisentraut | Put See Also links back in alphabetical order. |
commit | commitdiff | tree | snapshot |
2004-01-11 |
Dennis Bjorklund | Translation updates |
commit | commitdiff | tree | snapshot |
2004-01-11 |
Dennis Bjorklund | Translation updates |
commit | commitdiff | tree | snapshot |
2004-01-11 |
Neil Conway | Minor documentation improvements. |
commit | commitdiff | tree | snapshot |
2004-01-11 |
Neil Conway | Add CREATE TRIGGER, CREATE INDEX, and CREATE SEQUENCE... |
commit | commitdiff | tree | snapshot |
2004-01-11 |
Bruce Momjian | Drops in the CreateProcess calls for Win32 (essentially... |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Neil Conway | Remove the following unused type definitions: bool8... |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Neil Conway | Implement "WITH / WITHOID OIDS" clause for CREATE TABLE... |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Tom Lane | Improve has_nullable_targetlist() to allow strict funct... |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Dennis Bjorklund | Translation updates |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Dennis Bjorklund | Translation updates |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Dennis Bjorklund | Translation updates |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Bruce Momjian | Make non-wait pg_ctl start/stop message more accurate. |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Bruce Momjian | Allow BEGIN WORK to specify transaction isolation level... |
commit | commitdiff | tree | snapshot |
2004-01-10 |
Tom Lane | Fix subquery pullup logic to not be fooled when a view... |
commit | commitdiff | tree | snapshot |
2004-01-09 |
Bruce Momjian | Oops, can't do cpp tests inside macros; make two macros... |
commit | commitdiff | tree | snapshot |
2004-01-09 |
Bruce Momjian | Remove ereport() from failed connection; already done... |
commit | commitdiff | tree | snapshot |
2004-01-09 |
Bruce Momjian | Fix for cancel key restarting postmaster, from Claudio |
commit | commitdiff | tree | snapshot |
2004-01-09 |
Bruce Momjian | Have psql help show \w parameter as requied. |
commit | commitdiff | tree | snapshot |
2004-01-09 |
Bruce Momjian | Done: |
commit | commitdiff | tree | snapshot |
2004-01-09 |
Bruce Momjian | Allow psql to handle tilde user expansion for file... |
commit | commitdiff | tree | snapshot |
next |