summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-03-04Refactor seclabel.c to use the new check_object_ownership function.Robert Haas
2011-03-04Don't allow CREATE TABLE AS to create a column with invalid collationPeter Eisentraut
2011-03-04Allow non-superusers to create (some) extensions.Tom Lane
2011-03-04When creating a collation, check that the locales can be loadedPeter Eisentraut
2011-03-04In initialize_SSL, don't fail unnecessarily when home dir is unavailable.Tom Lane
2011-03-04You must hold a lock on the heap page when you callHeikki Linnakangas
2011-03-04Add a comment explaining the recent fix for plpython breakage in commit 4c966d9.Andrew Dunstan
2011-03-03Further refine patch for commenting operator implementation functions.Tom Lane
2011-03-03Run a portal's cleanup hook immediately when pushing it to DONE state.Tom Lane
2011-03-03Added new version of ecpg's parser generator script. This one was written byMichael Meskes
2011-03-03Add tab-completion for table name after JOIN.Heikki Linnakangas
2011-03-03Mark operator implementation functions as such in their comments.Tom Lane
2011-03-02Add collations to information_schema.usage_privilegesPeter Eisentraut
2011-03-01Fix plpython breakage detected on certain Fedora machines on buildfarm.Andrew Dunstan
2011-03-01Additional PL/Python regression test expected filePeter Eisentraut
2011-03-01Change pg_last_xlog_receive_location() not to move backwards. That makesHeikki Linnakangas
2011-03-01Fix bugs in Serializable Snapshot Isolation.Heikki Linnakangas
2011-03-01Dump the COLLATABLE attribute in CREATE TYPEPeter Eisentraut
2011-03-01Include the target table in EXPLAIN output for ModifyTable nodes.Tom Lane
2011-03-01Avoid excessive Hot Standby feedback messages.Robert Haas
2011-03-01Rearrange snapshot handling to make rule expansion more consistent.Tom Lane
2011-03-01Unbreak vpath builds broken by commit 474a42473adf9b18417242f1fc0691a857ec578b.Andrew Dunstan
2011-02-28Rename pg_stat_replication.apply_location to replay_location.Robert Haas
2011-02-28Fix regression tests after PL/Python custom SPI exceptions patchPeter Eisentraut
2011-02-28PL/Python custom SPI exceptionsPeter Eisentraut
2011-02-27PL/Python explicit subtransactionsPeter Eisentraut
2011-02-27Remove remaining expected file for Python 2.2Peter Eisentraut
2011-02-27Refactor the executor's API to support data-modifying CTEs better.Tom Lane
2011-02-27Be less detailed about reporting shared memory failure by avoiding theBruce Momjian
2011-02-27Fix verbose display of REPLICATION role attributeMagnus Hagander
2011-02-26Increase the default for wal_sender_delay from 200ms to 1s. Now that WALHeikki Linnakangas
2011-02-26Table function support for PL/PythonPeter Eisentraut
2011-02-26Fix order of shutdown processing when CTEs contain inter-references.Tom Lane
2011-02-25Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.Tom Lane
2011-02-25Named restore point improvements.Robert Haas
2011-02-24More psql tab-completion for new commands.Itagaki Takahiro
2011-02-24Add tab-completion for CREATE UNLOGGED TABLE in psql,Itagaki Takahiro
2011-02-23Make the second words lowercase in psql's \d titles for unlogged tables.Itagaki Takahiro
2011-02-23Add a relkind field to RangeTblEntry to avoid some syscache lookups.Tom Lane
2011-02-22Add PL/Python functions for quoting stringsPeter Eisentraut
2011-02-22Fix a couple of unlogged tables goofs.Robert Haas
2011-02-22Allow binary I/O of type "void".Tom Lane
2011-02-22Remove ExecRemoveJunk(), which is no longer used anywhere.Tom Lane
2011-02-22Fix dangling-pointer problem in before-row update trigger processing.Tom Lane
2011-02-21Fix pg_server_to_client, that was broken in the previous commit.Itagaki Takahiro
2011-02-21Add ENCODING option to COPY TO/FROM and file_fdw.Itagaki Takahiro
2011-02-20Add contrib/file_fdw foreign-data wrapper for reading files via COPY.Tom Lane
2011-02-20Implement an API to let foreign-data wrappers actually be functional.Tom Lane
2011-02-19Invalidate PL/Python functions with composite type argument when thePeter Eisentraut
2011-02-19Initialize variable to quiet compiler.Bruce Momjian